chore: release main#530
Conversation
f20e0b3 to
b5f8572
Compare
b5f8572 to
505b538
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default mode and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 505b538. Configure here.
| "name": "@launchdarkly/cpp-server-otel", | ||
| "description": "This package.json exists for modeling dependencies for the release process.", | ||
| "version": "0.1.1", | ||
| "version": "0.1.2", |
There was a problem hiding this comment.
Otel CMakeLists.txt version not updated to 0.1.2
Medium Severity
The libs/server-sdk-otel/CMakeLists.txt reports VERSION 0.1.0 but this release publishes version 0.1.2. Unlike all sibling packages, this file is missing the # {x-release-please-version} marker comment, so Release Please cannot find and update the version string — even though the file is explicitly listed in release-please-config.json under extra-files. This leaves the CMake project version permanently stale relative to the released version.
Reviewed by Cursor Bugbot for commit 505b538. Configure here.
1636b9e to
6c17ed0
Compare
23d6b5d to
3a078b5
Compare
db0c337 to
0774918
Compare
0774918 to
d075dbf
Compare


🤖 I have created a release beep boop
launchdarkly-cpp-client: 3.11.2
3.11.2 (2026-06-12)
Dependencies
launchdarkly-cpp-internal: 0.14.0
0.14.0 (2026-06-12)
Features
Bug Fixes
launchdarkly-cpp-server: 3.11.0
3.11.0 (2026-06-12)
Features
Bug Fixes
Dependencies
launchdarkly-cpp-server-dynamodb-source: 0.2.0
0.2.0 (2026-06-12)
Features
Dependencies
launchdarkly-cpp-server-otel: 0.1.2
0.1.2 (2026-06-12)
Dependencies
launchdarkly-cpp-server-redis-source: 2.3.0
2.3.0 (2026-06-12)
Features
Dependencies
launchdarkly-cpp-sse-client: 0.7.0
0.7.0 (2026-06-12)
Features
This PR was generated with Release Please. See documentation.
Note
Medium Risk
The tagged server/internal release includes flag delivery and evaluation-path changes (FDv2 orchestration, big segments); this PR only updates versions and changelogs but consumers pick up that behavior on upgrade.
Overview
Release Please cut that bumps workspace package versions and syncs release metadata across the monorepo.
Server SDK
3.11.0(documented in new changelog sections) is the main functional release: FDv2 data-system orchestration with FDv1 fallback from streaming/polling, big-segment evaluation withIBigSegmentStoreand Redis/DynamoDB stores,X-LaunchDarkly-Instance-Idon requests, plus FDv2 contract-test fixes. Internal0.14.0and SSE client0.7.0ride along for orchestrator/fallback behavior.Client SDK
3.11.2is a patch bump that only updates declared dependencies on internal0.14.0and SSE0.7.0. Redis source2.3.0, DynamoDB source0.2.0, and OTEL0.1.2bump their server dependency to3.11.0.In the diff itself, changes are version strings in
.release-please-manifest.json,CMakeLists.txt,package.json, publicVersion()constants, version tests, and CHANGELOG additions—not new feature code in this PR.Reviewed by Cursor Bugbot for commit d075dbf. Bugbot is set up for automated code reviews on this repo. Configure here.